Advertisement
xeRicker

MysteryBoxes - language.yml

Aug 10th, 2022 (edited)
4,685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 7.71 KB | None | 0 0
  1. # ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  2. # ■ ░█▀▄▀█ ░█──░█ ░█▀▀▀█ ▀▀█▀▀ ░█▀▀▀ ░█▀▀█ ░█──░█ ░█▀▀█ ░█▀▀▀█ ▀▄░▄▀ ░█▀▀▀ ░█▀▀▀█             ■
  3. # ■ ░█░█░█ ░█▄▄▄█ ─▀▀▀▄▄ ─░█── ░█▀▀▀ ░█▄▄▀ ░█▄▄▄█ ░█▀▀▄ ░█──░█ ─░█── ░█▀▀▀ ─▀▀▀▄▄             ■
  4. # ■ ░█──░█ ──░█── ░█▄▄▄█ ─░█── ░█▄▄▄ ░█─░█ ──░█── ░█▄▄█ ░█▄▄▄█ ▄▀░▀▄ ░█▄▄▄ ░█▄▄▄█ BY XERICKER ■
  5. # ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  6.  
  7. # •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  8.  
  9. general-messages:
  10.   no-permission:
  11.    - "&7[&dMB&7] &cYou don't have a proper permission!"
  12.   must-be-player:
  13.    - "&7[&dMB&7] &cYou must be a player!"
  14.   player-not-found:
  15.    - "&7[&dMB&7] &cThe player could not be found!"
  16.   players-not-found:
  17.    - "&7[&dMB&7] &cNo other players can be found!"
  18.   not-enough-coins:
  19.    - "&7[&dMB&7] &cYou don't have enough coins!"
  20.   syncing-data:
  21.    - "&7[&dMB&7] &cPlease wait a moment before doing this!"
  22.  
  23. progress-bar-builder:
  24.   bar: "∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎"
  25.   progress-color: "&6"
  26.   remaining-color: "&7"
  27.  
  28. placeholders:
  29.   separator: "&5&l▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬"
  30.  
  31. # •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  32.  
  33. box-holograms:
  34.   loot-discovered:
  35.    - "&f{LOOT_NAME}"
  36.   loot-duplicated:
  37.    - "&7&lDUPLICATE"
  38.     - "&f{LOOT_NAME}"
  39.  
  40. box-messages:
  41.   set:
  42.    - "&7[&dMB&7] &eYou set &a{AMOUNT} &eMystery Boxes as the player's balance!"
  43.   add:
  44.    - "&7[&dMB&7] &eYou added &a{AMOUNT} &eMystery Boxes to the player's balance!"
  45.   remove:
  46.    - "&7[&dMB&7] &eYou removed &a{AMOUNT} &eMystery Boxes from the player's balance!"
  47.   set-all:
  48.    - "&7[&dMB&7] &eSet &a{AMOUNT} &eMystery Boxes for everyone's balance!"
  49.   add-all:
  50.    - "&7[&dMB&7] &eAdded &a{AMOUNT} &eMystery Boxes to everyone's balance!"
  51.   remove-all:
  52.    - "&7[&dMB&7] &eRemoved &a{AMOUNT} &eMystery Boxes from everyone's balance!"
  53.   random-add:
  54.    - "&7[&dMB&7] &eAdded &a{AMOUNT} &eMystery Boxes to &b{PLAYER}&e's balance!"
  55.   random-add-all:
  56.    - "&7[&dMB&7] &eAdded a total of &a{AMOUNT} &eMystery Boxes to everyone's balance!"
  57.   crafted:
  58.    - "&7[&dMB&7] &eYou crafted the &r{BOX_NAME}&e! Don't forget to open it up at the Mystery Vault!"
  59.   unavailable:
  60.    - "&7[&dMB&7] &cOh no, it looks like the Mystery Box isn't available at the moment!"
  61.  
  62. # •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  63.  
  64. loot-messages:
  65.   loot-placeholders:
  66.     loot-discover: "&r{LOOT_NAME}"
  67.     loot-duplicate: "&r{LOOT_NAME} &7&lDUPLICATE"
  68.     loot-compensation: "&d{DUST_TO_GIVE} Mystery Dust &7&lCOMPENSATION"
  69.   loot-single:
  70.    - "{SEPARATOR}"
  71.     - ""
  72.     - " &7You found loot in the {BOX_NAME}"
  73.     - " &8+ {LOOT_PLACEHOLDER}"
  74.     - ""
  75.     - "{SEPARATOR}"
  76.   loot-multiple:
  77.    - "{SEPARATOR}"
  78.     - ""
  79.     - " &7You found loots in the {BOX_NAME}"
  80.     - " &8+ {LOOT_PLACEHOLDER}"
  81.     - ""
  82.     - "{SEPARATOR}"
  83.  
  84. # •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  85.  
  86. gifting-messages:
  87.   set:
  88.    - "&7[&dMB&7] &eSet &a{AMOUNT} &eGifts for &b{PLAYER}&e's balance!"
  89.   add:
  90.    - "&7[&dMB&7] &eAdded &a{AMOUNT} &eGifts to &b{PLAYER}&e's balance!"
  91.   remove:
  92.    - "&7[&dMB&7] &eRemoved &a{AMOUNT} &eGifts from &b{PLAYER}&e's balance!"
  93.   set-all:
  94.    - "&7[&dMB&7] &eSet &a{AMOUNT} &eGifts for everyone's balance!"
  95.   add-all:
  96.    - "&7[&dMB&7] &eAdded &a{AMOUNT} &eGifts to everyone's balance!"
  97.   remove-all:
  98.    - "&7[&dMB&7] &eRemoved &a{AMOUNT} &eGifts from everyone's balance!"
  99.   random-add:
  100.    - "&7[&dMB&7] &eAdded &a{AMOUNT} &eGifts to &b{PLAYER}&e's balance!"
  101.   random-add-all:
  102.    - "&7[&dMB&7] &eAdded &a{AMOUNT} &eGifts to everyone's balance!"
  103.   gift-send:
  104.    - "{SEPARATOR}"
  105.     - ""
  106.     - " &7You sent &r{BOX_NAME} &7to &b{RECEIVER}"
  107.     - " &8+ &d{GIFT_DUST_REWARD} Mystery Dust"
  108.     - ""
  109.     - "{SEPARATOR}"
  110.   gift-receive:
  111.    - "{SEPARATOR}"
  112.     - ""
  113.     - " &7You received a Gift from &b{SENDER}"
  114.     - " &8+ &r{BOX_NAME}"
  115.     - ""
  116.     - "{SEPARATOR}"
  117.  
  118. # •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  119.  
  120. dust-messages:
  121.   set:
  122.    - "&7[&dMB&7] &eSet Mystery Dust for &b{PLAYER}&e's balance!"
  123.   add:
  124.    - "&7[&dMB&7] &eAdded Mystery Dust to &b{PLAYER}&e's balance!"
  125.   remove:
  126.    - "&7[&dMB&7] &eRemoved Mystery Dust from &b{PLAYER}&e's balance!"
  127.   set-all:
  128.    - "&7[&dMB&7] &eSet Mystery Dust for everyone's balance!"
  129.   add-all:
  130.    - "&7[&dMB&7] &eAdded Mystery Dust to everyone's balance!"
  131.   remove-all:
  132.    - "&7[&dMB&7] &eRemoved Mystery Dust from everyone's balance!"
  133.   not-enough:
  134.    - "&7[&dMB&7] &cYou don't have enough Mystery Dust!"
  135.  
  136. # •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  137.  
  138. vault-messages:
  139.   vault-busy:
  140.    - "&7[&dMB&7] &cThe Mystery Vault can only be used by one player at a time!"
  141.   gamemode-warning:
  142.    - "&7[&dMB&7] &cThe gamemode you're currently in is not "
  143.  
  144. song-pack-messages:
  145.   installation-attempt:
  146.    - "&7[&dMB&7] &eAttempting to send you the Song Pack..."
  147.   installation-failed:
  148.    - "&7[&dMB&7] &cThere was a problem with sending you the Song Pack. Check if you have Resource Packs enabled."
  149.   installation-declined:
  150.    - "&7[&dMB&7] &eYou declined the Song Pack. Listening to Songs is disabled."
  151.  
  152. # •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement